home *** CD-ROM | disk | FTP | other *** search
/ MINI - The Complete Story in Pictures / mini40completestory.iso / Data / MBi1.dxr / 00048_show gm03.ls < prev    next >
Encoding:
Text File  |  1999-07-06  |  248 b   |  10 lines

  1. on mouseEnter
  2.   set the memberNum of sprite 15 to member("gm03")
  3.   set the memberNum of sprite 53 to member("gm03_txt")
  4. end
  5.  
  6. on mouseLeave
  7.   set the memberNum of sprite 15 to member("dot")
  8.   set the memberNum of sprite 53 to member("txt i1.2")
  9. end
  10.